home *** CD-ROM | disk | FTP | other *** search
/ Light ROM 1 / LIGHT-ROM 1 (Amiga Library Services)(1994).iso / ffdisks / d880.lha / Oberon / O3Demo1.lzh / Error_Messages < prev    next >
Text File  |  1993-01-14  |  7KB  |  198 lines

  1. Unexpected character
  2. Unexpected Symbol
  3. Identifier too long (parsing failure)
  4. Number too long (parsing failure)
  5. Error in integer number
  6. Error in real number
  7. Number too large
  8. "*)" expected
  9. Control character in constant string
  10. MODULE expected
  11. Module name expected
  12. Semicolon expected
  13. Identifier at head of module different from identifier at end of module
  14. Period expected at end of compilation unit
  15. Module name expected at end of module
  16. END expected at end of module
  17. "]" expected
  18. "=" expected in constant or type declaration
  19. Comparison with this type not permitted
  20. Incompatible operands
  21. Identifier in front of IN must be a value between 0 and MAX(set type)
  22. Identifier after IN must be SET
  23. Identifier in front of IN must be an INTEGER
  24. Error in constant expression
  25. +/- not permitted with this operand type
  26. Identifier not defined
  27. Constant expression expected
  28. ")" expected
  29. NOT can only be applied to boolean operands
  30. Constant factor expected
  31. Set identifier expected
  32. Set element expected
  33. Set element too large or too small
  34. Second element must be larger than first
  35. "}" expected
  36. Identifier already defined
  37. Identifier expected
  38. IMPORT expected
  39. Type expected
  40. Type must be INTEGER
  41. ".." expected
  42. This type cannot be a field index
  43. OF expected
  44. ":" expected
  45. END expected
  46. Number of elements of a set must be < 32 and >= 0
  47. TO expected
  48. Type to which pointer refers is not defined
  49. "(" expected
  50. Function cannot return a structured value
  51. Identifier expected at end of procedure
  52. Identifier at head of procedure different from identifier at end of procedure
  53. Identifier for procedure already defined
  54. BEGIN or END expected
  55. Designator must not be a constant value
  56. Identifier must not be a type
  57. Type must be RECORD
  58. Record element identifier expected
  59. Record element does not exist or is outside scope
  60. Type must be pointer
  61. Type must be array
  62. Field index type must be INTEGER
  63. Comparison with this type not permitted
  64. Only numerical values may be signed
  65. Addressing mode not permitted (Compiler error)
  66. OR and AND are only defined for BOOLEAN
  67. Identifier should be a function
  68. Factor expected
  69. Procedure call with insufficient parameters
  70. Parameter is of wrong type
  71. Too many parameters
  72. Second parameter of INCL/EXCL must be of set base type
  73. Function call of a procedure
  74. "," expected
  75. Set element is of wrong type
  76. "{" expected
  77. Assigned value is of wrong type
  78. Type should be procedure
  79. Procedure call of a function
  80. Type after IF, WHILE and UNTIL must be BOOLEAN
  81. THEN expected
  82. Type after CASE must be INTEGER or CHAR
  83. Constant expression is of wrong type
  84. a..b: a must be smaller than or equal to b
  85. DO expected after WHILE / WITH
  86. UNTIL expected in REPEAT statement
  87. ":=" expected
  88. Type after WITH must be RECORD
  89. RETURN is only permitted inside a procedure
  90. Type after RETURN must be identical to the type of procedure's result
  91. "." expected
  92. Field index too large or too small
  93. Not yet implemented
  94. Qualifier is of wrong type
  95. 32K area exhausted
  96. Not enough registers
  97. Could not load symbol file
  98. ";" expected
  99. EXIT only permitted inside a LOOP statement
  100. Only a variable may be assigned to
  101. Type of parameters inconsistent with previous definition
  102. Number of parameters inconsistent with previous definition
  103. Return value inconsistent with previous function definition
  104. Address out of range
  105. Too many nested procedures
  106. Parameter of ASH must be of type INTEGER
  107. Parameter of CAP must be of type CHAR
  108. Parameter of CHR must be of type INTEGER or BYTE
  109. Parameter of DEC and INC must be of type INTEGER
  110. DEC/INC may only be applied to variables
  111. Identifier should be a type
  112. Library base pointer must be a variable
  113. The MC68000 has only 16 registers numbered 0 through 15
  114. Stack and register parameters must not be mixed
  115. Register parameters only permitted for library calls
  116. Register parameters must not be structured types
  117. Type conversion only for types of same size
  118. Register not deallocated (compiler error)
  119. Implementation of a forward procedure missing
  120. Double CASE element
  121. Elements in CASE must be constants
  122. Identifier should be a procedure
  123. Parameters of NEW, DISPOSE and INIT must be pointer
  124. Address out of range (compiler limitation)
  125. Maximum length of open fields is 32767
  126. Open field parameters must be < 32K
  127. First parameter of LEN must be an array
  128. Second parameter of LEN too large
  129. String comparisons only permitted for strings < 32K
  130. Set type identifier expected
  131. Only global procedures may be assigned to variables
  132. Parameter of ABS must be numerical
  133. Scope error
  134. Parameter of ENTIER must be REAL
  135. Constant out of range
  136. Three digit octal number expected in string
  137. String too long (parsing error)
  138. Index for open fields must be of type integer
  139. Version conflict
  140. Two digit hexadecimal number expected in string
  141. Type guard conflict (compiler limitation): change module name
  142. Too many RECORDs in this module (compiler limitation)
  143. Record element identifier already exists
  144. Identifier after IS should be a type identifier
  145. Identifier after IS must be RECORD
  146. v IS T, v(T), WITH v:T DO: v must be base type of T
  147. Type guard must be record type identifier
  148. WITH v:T DO: v must be a variable
  149. WITH v:T DO: T must be an extension of v
  150. Division by zero
  151. First parameter of LSH and ROT must be of type SET
  152. Second parameter of ASH, LSH and ROT must be of type INTEGER
  153. Required stack area too large (> 32K)
  154. SIZE must not be applied to open fields
  155. Procedure body not permitted in modules without implementations
  156. Procedure has (not) been exported in forward declaration
  157. Recursive types must not be defined
  158. Parameter of ODD() must be of type INTEGER
  159. Procedures assigned to variables must be marked with '*'
  160. Local procedures cannot be exported
  161. Local procedures cannot be assigned to variables
  162. Procedure was not marked with '*' in forward declaration
  163. Area for variables > 32K (SmallData)
  164. Area for variables to large
  165. Invalid constant value
  166. Not enough memory
  167. Parameter must be LONGREAL
  168. Could not open reference file
  169. Record type too large
  170. List parameter is not permitted here
  171. List parameter must be last
  172. Procedure call in list parameter not permitted
  173. Type must be STRUCT
  174. List parameter must not occupy more than 512 bytes
  175. Inconsistent with structured register variables
  176. New symbol file must be generated
  177. constant with references not permitted in modules w/o impl.
  178. Register parameters must not be open arrays
  179. Receiver must be pointer to record or record-var-parameter
  180. Register parameters not allowed within type-bound procedures
  181. Procedure wasn't redefined
  182. Type and type-bound procedures must be defined within one module
  183. Variable protected against modification
  184. Identifier following FOR must be Integer-variable
  185. Typ after BY must be assign compatible to the loop's control variable
  186. Pointers to open arrays have to be declared directly
  187. Type must not be open array
  188. POINTER expected
  189. UNTRACED POINTER and BPOINTER must refer to untraced objects
  190. Destination of FOR must have the same type as the control variable
  191. Type is too large
  192. A RECORD may not have more than 8191 methods
  193. import may not be cyclic
  194. Registerparameters of surrounding procedure can't be accessed.
  195. $JOIN-File not found
  196. Redefined procedure was (not) exported
  197. Receiver is of wrong type
  198.